home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / README < prev    next >
Encoding:
Text File  |  1995-11-12  |  2.0 KB  |  51 lines

  1. ToyViewer  Ver.1.2 (Nov. 1995)
  2.         Copyright (C) 1995  Takeshi Ogihara
  3.  
  4. Abstract
  5. 1. ToyViewer.app can read and display image files in following formats:
  6.     tiff, eps, gif, bmp, pcx, jpg, pcd, pnm (ppm, pbm, or pgm), and mag.
  7. 2. Displayed images can be scaled.
  8. 3. You can rotate, flip, or clip images.
  9. 4. Images can be displayed on background of Workspace as "wallpaper".
  10. 5. ToyViewer.app can scan (auto-display) image files in a folder.
  11. 6. Displayed images can be saved in following formats:
  12.     tiff, eps, gif, bmp, or pnm.
  13. 7. Images can be printed.
  14. 8. You can set ToyViewer.app to display any image format if there is a filter program to ppm.
  15.  
  16. --- Copyright ----------------
  17. Copyright of this software (including source programs, documents, and images) belongs to the author, Takeshi Ogihara.
  18. This software includes some fragments from other free software; Copyright of these parts belongs to the original authors.
  19.  
  20. This software is freeware. You may freely copy and redistribute it. Permission is granted to modify the source for your own purposes. But DON'T redistribute modifications without this copyright notice and a declaration of  modification.
  21.  
  22. There is absolutely no warrantee on this software. The author takes no responsibility for any damage caused by this software.
  23.  
  24. Send suggestions and bug reports to:  ogihara@seg.kobe-u.ac.jp
  25.  
  26. -------ToyViewer.app uses following programs-------
  27. Background.m
  28.     based on "Background"
  29.     by Scott Hess and Andreas Windemut (1991) [PDS]
  30. BMP reading routines
  31.     partially based on
  32.     "bmptoppm" by DaviD W. Sanderson (1992) and
  33.     "CzView 2.20" by Y.Sasaki (1994).
  34. GIF reading routines
  35.     use "giftoppm" of David Koblas (1990).
  36. GIF saving routines
  37.     use "ppmtogif" of Jef Poskanzer (1989).
  38. djpeg
  39.     Copyright (C) 1991-1994, Thomas G. Lane.
  40.     Part of the Independent JPEG Group's software.
  41. hpcdtoppm Ver.0.6
  42.     Copyright (c) 1992-1994, Hadmut Danisch
  43. MAG reading routines
  44.     partially based on
  45.     "CzView 2.20" by Y.Sasaki (1994) and
  46.     "MAGLV 1.20" by H.Takada (1993).
  47. PCX reading routines
  48.     partially based on
  49.     "pcxtoppm.c" by Michael Davidson (1990).
  50.  
  51. Thank you.